home *** CD-ROM | disk | FTP | other *** search
/ Apple II Magazines (PO) / Nibble Volume 12, No. 12 (1991-12)(MindCraft Publishing)(Side A)[a].zip / Nibble Volume 12, No. 12 (1991-12)(MindCraft Publishing)(Side A)[a].po / TEST.FILE.txt < prev    next >
Text File  |  1996-12-24  |  464b  |  10 lines

  1. This is a sample text file for use with the DISK.TEST file
  2. included in the Applesoft Programmers Helper. The routine is
  3. very simple, using the INLIN routine at 54572, $D52C to get
  4. text from the current input device, and put it into the
  5. keyboard buffer. The usual question is, why not just dump
  6. the file into memory and decode it from there. The answer
  7. is, that approach takes up valuable RAM space for the
  8. buffer, space often needed by the program or other code.
  9.  
  10.